home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -seriously_amiga- / shareware / programming / mui / mcc_date / mcc_date.pi < prev    next >
Fred Fish's Product-Info  |  1998-01-12  |  2KB  |  75 lines

  1. .name
  2. Date.mcc
  3. .type
  4. MUI custom class
  5. .short
  6. MUI public custom class for easy time string handling.
  7. .description
  8. Date is an abstract Custom Class of the Magic User Interface © by Stefan Stuntz.
  9. It's a subclass of notify-class and only usable for developers who want to
  10. build subclasses of Date.mcc!
  11.  
  12. The idea of this class was born during developing my Gregor application.
  13.  
  14. MUI abstract public custom class allowing easy
  15. handling of dates. Because it is abstract it is only usefull for developers
  16. who are working with classes that are based on Date.mcc (like DateString.mcc),
  17. or who want to build their own classes based on Date.mcc.
  18.  
  19. Date.mcc features:
  20. - Handles years from 8 to 8000
  21. - Supports the Gregorian calendar reform
  22. - Supports MUIM_Import and MUIM_Export
  23. - Supports drops of other date objects and date-strings
  24. - The date can be read as day/month/year format or as JD or MJD
  25. - The date range can be restricted
  26. - Method to set the current date
  27. - Methods for increasing and decreasing the date
  28. - Method to compare with another date object
  29. .version
  30. 12.1
  31. .date
  32. 1998.01.03
  33. .author
  34. Kai Hofmann
  35. .address
  36. Arberger Heerstr. 92
  37. 28307 Bremen
  38. GERMANY
  39. .email
  40. i07m@informatik.uni-bremen.de
  41. .url
  42. http://home.pages.de/~i07m/
  43. http://home.pages.de/~i07m/amiga/mui/Date.html
  44. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_Date.lha
  45. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_Date.lzx
  46. .requirements
  47. MUI 3.1
  48. date.library
  49. .distribution
  50. Freeware
  51. .installsize
  52. 0KB - 188KB
  53. .exectype
  54. Compiled C
  55. .source
  56. ANSI-C demo and version 12.0 source included
  57. .tested
  58. CPU: 68030; OS 3.1; MUI 3.8; Video/Graphics: Picasso II (Village Tronic);
  59. Enforcer 37.70; Mungwall 37.71; SegTracker 37.70; Installer 43.3
  60. .docs
  61. MCC_Date.readme
  62. docs/english/Date_mcc.guide
  63. docs/english/Date_mcc.doc
  64. docs/deutsch/Date_mcc.guide
  65. docs/deutsch/Date_mcc.doc
  66. developer/autodocs/MCC_Date.doc
  67. .aminet-dir
  68. dev/mui
  69. .aminet-file
  70. MCC_Date.lha
  71. .described-by
  72. Kai Hofmann <i07m@informatik.uni-bremen.de>
  73. .submittal
  74. Kai Hofmann <i07m@informatik.uni-bremen.de>
  75.